home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_6474.txt < prev    next >
Text File  |  1990-04-04  |  3KB  |  156 lines

  1. -- card: 6474 from stack: in
  2. -- bmap block id: 19025
  3. -- flags: 0000
  4. -- background id: 2608
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global number,num,ber
  9.   if number is 1 and num is 2 and ber is 1
  10.   then
  11.   set hilite of card button "overview" to true
  12. else
  13.   set hilite of card button "overview" to false
  14. end if
  15. global con,wild,prox
  16. if con is 1 and wild is 1 and prox is 1
  17. then
  18. set hilite of card button "search" to true
  19. else
  20.   set hilite of card button "search" to false
  21. end if
  22. global wo,map,browse
  23. if wo is 1 and map is 1 and browse is 1
  24. then
  25. set hilite of card button "fact" to true
  26. else
  27.   set hilite of card button "fact" to false
  28. end if
  29. global m,e,c,geo,f,b,w
  30. if m is 1 and e is 1 and c is 1 and geo is 1 and f is 1 and b is 1 and w is 1
  31. then
  32. set hilite of card button "app" to true
  33. else
  34.   set hilite of card button "app" to false
  35. end if
  36. end opencard
  37.  
  38.  
  39. -- part 1 (button)
  40. -- low flags: 00
  41. -- high flags: 0000
  42. -- rect: left=207 top=280 right=316 bottom=488
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: go home
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   go to card id 37280
  54. end mouseUp
  55.  
  56.  
  57.  
  58.  
  59. -- part 3 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=51 top=103 right=129 bottom=320
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: overview
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go to card id 27438
  74. end mouseUp
  75.  
  76.  
  77.  
  78.  
  79. -- part 4 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=78 top=148 right=174 bottom=348
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: search
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   go to card id 3940
  94. end mouseUp
  95.  
  96.  
  97.  
  98.  
  99. -- part 5 (button)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=122 top=192 right=218 bottom=393
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: fact
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   go to card id 21521
  114. end mouseUp
  115.  
  116.  
  117.  
  118.  
  119. -- part 6 (button)
  120. -- low flags: 00
  121. -- high flags: 0000
  122. -- rect: left=165 top=238 right=264 bottom=435
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: app
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   set lockScreen to true
  134.   go to card id 23825
  135. end mouseUp
  136.  
  137.  
  138.  
  139.  
  140. -- part 8 (field)
  141. -- low flags: 00
  142. -- high flags: 0000
  143. -- rect: left=67 top=71 right=85 bottom=442
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 3
  148. -- text size: 9
  149. -- style flags: 256
  150. -- line height: 12
  151. -- part name: 
  152.  
  153.  
  154. -- part contents for card part 8
  155. ----- text -----
  156. Click the mouse on a menu selection below.